SetValue

Sets a value on a slider or spin box control.

Note: To set values in JSONArrays and JSONObjects, see SetValue - JSONArray and SetValue - JSONObject.

Syntax

SetValue("Value")

Arguments

Argument Description
Value Value to set. Null values must be converted to empty strings before used.

Supported objects

Slider, SpinBox

Example

Window("WysiCorp CRM").SpinBox("numericUpDownPrice").SetValue(99)